home *** CD-ROM | disk | FTP | other *** search
- gMaxWidth=max(
- zstring_width(zstring: '$$$/Prefs/Annotations/Font'),
- zstring_width(zstring: '$$$/Prefs/Annotations/FontSize'));
-
- dialog(name: '$$$/Prefs/Annotations', margin_height: 0, margin_width: 0)
- {
- cluster(name: '$$$/Prefs/Annotations', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
- {
- view(align_children: align_row, alignment: align_fill)
- {
- static_text(name: '$$$/Prefs/Annotations/Font');
- popup(item_id: 'font', alignment: align_fill);
- gap();
- static_text(item_id: 'fsiL', name: '$$$/Prefs/Annotations/FontSize');
- edit_text( item_id: 'fsiz', width: zstring_width(zstring: '$$$/Prefs/Annotations/ThreeZeros=000'), PopupEdit: true, numeric: true);
- }
- }
- }
-